This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example of QICore ProcedureRequest (id = "procedurerequest-example-qicore")
<ProcedureRequest xmlns="http://hl7.org/fhir"> <id value="procedurerequest-example-qicore"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Request for Routine Appendectomy</div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/procedurerequest-authorizedBy"> <valueReference> <reference value="Practitioner/example"/> </valueReference> </extension> <subject> <reference value="Patient/example"/> </subject> <code> <coding> <system value="http://snomed.info/sct"/> <code value="80146002"/> <display value="Appendectomy (Procedure)"/> </coding> <text value="Appendectomy"/> </code> <bodySite> <coding> <system value="http://snomed.info/sct"/> <code value="66754008"/> <display value="Appendix structure"/> </coding> </bodySite> <reasonCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="163220003"/> <display value="On examination - abdominal pain - right iliac"/> </coding> </reasonCodeableConcept> <scheduledDateTime value="2013-04-05"/> <encounter> <reference value="Encounter/example"/> </encounter> <status value="completed"/> <orderedOn value="2013-04-04"/> <priority value="urgent"/> </ProcedureRequest>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.